@charset "UTF-8";
/**
 * @title   CSS Document
 * @authors lvy (you@example.org)
 * @date    2015-05-02 19:44:53
 * @version Ver 1.0.0
 */
.dbs_nav{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.dbs_top_contact{
	float: right;
	width: 223px;
	height: 50px;
	background: url(../../images/header/wyzx_bg.jpg) no-repeat 0 0;
	cursor:pointer;
}
.header_nav{
	width: 100%;
	min-width: 1000px;
	height: 44px;
	background-color: #1266bb;
	z-index: 9
}
.dbs_nav a{
	float: left;
	line-height: 44px;
	/**text-align: center;*/
	font-size: 14px;
	color: #fff;
	position: relative;
	padding: 0 0 0 125px;
	/**width: 125px;*/
	width: 208px;
}
.dbs_picyw,.dbs_piclx,.dbs_picaj,.dbs_picac{
	display:inline-block;
	height:44px;
	position:absolute;
	top:0;
	left:75px;
	width:36px;	
}
.dbs_picyw{
	background-image:url(../../images/header/accdent.jpg);
}
.dbs_piclx{
	background-image:url(../../images/header/travel.jpg);
}
.dbs_picaj{
	background-image:url(../../images/header/home.jpg);
}
.dbs_picac{
	background-image:url(../../images/header/car.jpg);
}
.dbs_nav a:hover{
	color: #1266bb;
	background: url(../../images/header/dbs_bg.jpg) no-repeat center;
	height: 44px;
}
.dbs_title2 .dbs_list_issue{
   cursor:pointer;
}